[backport 1.2.x] Fix Rails 7.1 CSRF token support#297
Merged
chadlwilson merged 12 commits intojruby:1.2-stablefrom Jul 22, 2025
Merged
[backport 1.2.x] Fix Rails 7.1 CSRF token support#297chadlwilson merged 12 commits intojruby:1.2-stablefrom
chadlwilson merged 12 commits intojruby:1.2-stablefrom
Conversation
(cherry picked from commit 67725ab)
(cherry picked from commit 9015f76)
(cherry picked from commit c95bd52)
(cherry picked from commit 2e73d01)
(cherry picked from commit 210cbbc)
--- updated-dependencies: - dependency-name: rack dependency-version: 2.2.17 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ruby-deps - dependency-name: rspec-core dependency-version: 3.13.5 dependency-type: indirect update-type: version-update:semver-patch dependency-group: ruby-deps ... Signed-off-by: dependabot[bot] <support@github.com> (cherry picked from commit 804dd26)
Bumps the maven-deps group with 3 updates: [org.jruby:jruby-core](https://github.com/jruby/jruby), org.jruby.maven:bundler-maven-plugin and org.jruby.maven:rake-maven-plugin. Updates `org.jruby:jruby-core` from 9.4.12.1 to 9.4.13.0 - [Release notes](https://github.com/jruby/jruby/releases) - [Commits](jruby/jruby@9.4.12.1...9.4.13.0) Updates `org.jruby.maven:bundler-maven-plugin` from 3.0.5 to 3.0.6 Updates `org.jruby.maven:rake-maven-plugin` from 3.0.5 to 3.0.6 Updates `org.jruby.maven:rake-maven-plugin` from 3.0.5 to 3.0.6 --- updated-dependencies: - dependency-name: org.jruby:jruby-core dependency-version: 9.4.13.0 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-deps - dependency-name: org.jruby.maven:bundler-maven-plugin dependency-version: 3.0.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-deps - dependency-name: org.jruby.maven:rake-maven-plugin dependency-version: 3.0.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-deps - dependency-name: org.jruby.maven:rake-maven-plugin dependency-version: 3.0.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-deps ... Signed-off-by: dependabot[bot] <support@github.com> (cherry picked from commit 9836b37)
Bumps the actions-deps group with 1 update: [ruby/setup-ruby](https://github.com/ruby/setup-ruby). Updates `ruby/setup-ruby` from 1.244.0 to 1.245.0 - [Release notes](https://github.com/ruby/setup-ruby/releases) - [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb) - [Commits](ruby/setup-ruby@13e7a03...a4effe4) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-version: 1.245.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-deps ... Signed-off-by: dependabot[bot] <support@github.com>
Previous lock files included a zeitwerk version requiring Ruby 3.2, i.e JRuby 10 causing unnecessary variation at install time.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backports #296 (and a few minor maintenance commits) to v1.2.x